home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / stepp000.swf / scripts / DefineButton2_790 / BUTTONCONDACTION on(release).as
Text File  |  2010-04-12  |  119b  |  8 lines

  1. on(release){
  2.    tellTarget("/")
  3.    {
  4.       gotoAndStop(eval("/Variables:EtatActif"));
  5.    }
  6.    gotoAndStop(1);
  7. }
  8.